home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / Hydra11U1.lha / HydraBBSA11U1.readme < prev   
Text File  |  1996-11-07  |  4KB  |  146 lines

  1. Short:    HydraBBS A11 - Update Pack #1
  2. Author:   dominicc@dircon.co.uk (Dominic Clifton, Hydra/LSD)
  3. Uploader: dominicc@dircon.co.uk
  4. Version:  Alpha Release 11U1 - 07-11-1996
  5. Type:     comm/bbs
  6. Requires: OS 2.04+ Uses less memory if you have 3.0+
  7. Date:     07/11/1996
  8.  
  9. /X name:  HBBS11U1.LHA  (use this name on PC's and when uploading to BBS's)
  10.  
  11.   Introduction
  12.   ============
  13.   Cool new BBS Software designed to replace /X, it's not a clone, but totally new
  14.   software (isn't it about time to ditch /X ??)  /X Sucks, bigtime..  HBBS is
  15.   cool.. Test it out!
  16.  
  17.   If you want a specific door coded then mail me or call my BBS on +44 (0)1202 434121
  18.   and let me know, also call there for the latest versions, updates and info.
  19.  
  20.   Web Site:   http://www.users.dircon.co.uk/~dominicc
  21.  
  22.   Distribution
  23.   ============
  24.  
  25.   Please upload to all amiga bbs's, include it in *ANY* software archive you like,
  26.   and give it to anyone who asks.  It is currently FREEWARE as it is in an ALPHA state
  27.   but when it is released it will be Shareware with a 10-20 pound registration fee.
  28.   (Cheap compared to other, worse, bbs programs I could mention! :-)
  29.  
  30.  
  31.   The Author
  32.   ==========
  33.  
  34.   Associate was written by Dominic Clifton - Deluxe Software Ltd,
  35.   Alias Hydra/LSD
  36.  
  37.   E-Mail:  dominicc@dircon.co.uk
  38.  
  39.   Mail:    Deluxe Software Ltd, 9 Shires Copse, Southbourne, Bournemouth,
  40.            Dorset BH6 4AL. ENGLAND
  41.  
  42.   Phone:   +44 (0)1202 434 858 (Friday-Sunday, from 7:00pm firday till sunday, 10:00pm)
  43.  
  44.   Modem:   +44 (0)1202 434 121 (24Hrs)
  45.  
  46.   Installation
  47.   ============
  48.  
  49.   Selectively copy files from this archive to your HBBS: area.
  50.  
  51.   Updates (Taken from the Changes.TXT file)
  52.   =========================================
  53.  
  54.   Mail_Write
  55.   ==========
  56.  
  57.     if a handle is entered incorrectly you are prompted to change it, but now
  58.     you actually get the handle in the string buffer to edit!
  59.  
  60.     added lots of GL_HISTORY's everywhere for command line history
  61.  
  62.     changed message about not being able to write multiple messages
  63.     as it doesn't ask you to reenter, it just sends it to the first person
  64.     now it tells you so!
  65.  
  66.   Mail_Read
  67.   =========
  68.  
  69.     if a handle is entered incorrectly you are prompted to change it, but now
  70.     you actually get the handle in the string buffer to edit!
  71.  
  72.     wow, what the bugger, there was loads of unused code in this program
  73.     that I must have forgotten to remove when I copied the code from the
  74.     mail_write.c file..  Anyway, it's removed now..
  75.  
  76.     added ctrl+c checking
  77.  
  78.     fixed problem with deletemail() not letting you delete some of your own
  79.     mail messages to other users
  80.  
  81.       Rules for deting mail
  82.       ---------------------
  83.  
  84.       Users with an access level of 250 or above can ALWAYS delete mail
  85.       from anyone, even if setto non-deletable.
  86.  
  87.       Users can always delete mail that they wrote, even if it's non-deletable
  88.  
  89.       Users can delete messages written to them solong as it's not non-deletable
  90.  
  91.       Users can delete messages from other people if they have the correct
  92.       access settings to allow them to do so
  93.  
  94.  
  95.   Mail_ReadUSER
  96.   =============
  97.  
  98.     changed a few bits and bobs so you can read messages in reverse order
  99.  
  100.     added a displayed message about ctrl+c checking
  101.  
  102.     sysop can read sysop mail nomatter what access level (does SysopAccount
  103.     name checking instead of AccessLevel checking..)
  104.  
  105.   MailCommon.i
  106.   ============
  107.  
  108.     moved a few routines from mail_write to it.
  109.  
  110.   Mail_Scan
  111.   =========
  112.  
  113.     it was scanning for sysop mail for all users, but displaying
  114.     "Scanning Public Mail"
  115.  
  116.     it now displays "Scanning Sysop Mail" and checks to see if the user's
  117.     handle is the same as BBSGlobal->SysopAccount
  118.  
  119.   Mail_Reply
  120.   ==========
  121.  
  122.     recompiled because of MailCommon.i
  123.  
  124.   HBBSNode.library
  125.   ================
  126.  
  127.     Added another paramater to HBBS_AllowConfAccess()
  128.  
  129.   Node_Input.c
  130.   ==============
  131.  
  132.     slight optimization in Get_Line() (codesize redection)
  133.  
  134.  
  135.   JoinConference
  136.   ==============
  137.  
  138.     Updated it to correct some ambigus/missing error messages
  139.  
  140.     Updated to cope with new HBBS_AllowConfAccess()
  141.  
  142.   CheckUser
  143.   =========
  144.  
  145.     Updated to cope with new HBBS_AllowConfAccess()
  146.